home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / graphics / scripts / DefineButton2_140 / BUTTONCONDACTION on(press, release).as next >
Encoding:
Text File  |  2002-03-20  |  429 b   |  13 lines

  1. on(press, release){
  2.    set("_level40/sound/lib:sound","43");
  3.    call("_level40/sound/lib:play");
  4.    path = "_level15/" add _target.substr("10","2") add "/mc/codelib";
  5.    setProperty("../../addpopup", _visible, "0");
  6.    set(path add ":querysubject",eval("_level0/dict:label_enter_a_new_catagory"));
  7.    call(path add ":" add gotolabel);
  8.    tellTarget("../../addButtonMovie/addBounce")
  9.    {
  10.       gotoAndStop(1);
  11.    }
  12. }
  13.